From bf947a61f4d74bd0e64e331a07498a6a4357efff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 16 May 2011 09:40:19 +0000 Subject: [PATCH] Whitespace changes --- includes/Setup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/Setup.php b/includes/Setup.php index 01401ba574..3ff6eba5ad 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -43,8 +43,8 @@ if ( $wgArticlePath === false ) { if ( !empty($wgActionPaths) && !isset($wgActionPaths['view']) ) { # 'view' is assumed the default action path everywhere in the code - # but is rarely filled in $wgActionPaths - $wgActionPaths['view'] = $wgArticlePath ; + # but is rarely filled in $wgActionPaths + $wgActionPaths['view'] = $wgArticlePath; } if ( $wgStylePath === false ) $wgStylePath = "$wgScriptPath/skins"; @@ -353,7 +353,7 @@ if ( is_null( $wgLocaltimezone) ) { date_default_timezone_set( $wgLocaltimezone ); if( is_null( $wgLocalTZoffset ) ) { - $wgLocalTZoffset = date('Z') / 60; + $wgLocalTZoffset = date( 'Z' ) / 60; } # Can't stub this one, it sets up $_GET and $_REQUEST in its constructor -- 2.20.1